ComponentOne Bitmap for WPF
C1.WPF.DX.4.5.2 Assembly / C1.Util.DX.WIC Namespace / BitmapSourceTransform Class / CopyPixels Method / CopyPixels(IntPtr,Int32,Int32,Nullable<Guid>,BitmapTransformOptions,Int32,Int32,IntPtr) Method

In This Topic
    CopyPixels(IntPtr,Int32,Int32,Nullable<Guid>,BitmapTransformOptions,Int32,Int32,IntPtr) Method
    In This Topic
    HRESULT IWICBitmapSourceTransform::CopyPixels([In] const void* prc,[In] unsigned int uiWidth,[In] unsigned int uiHeight,[In, Optional] GUID* pguidDstFormat,[In] WICBitmapTransformOptions dstTransform,[In] unsigned int nStride,[In] unsigned int cbBufferSize,[In] void* pbBuffer)
    Syntax
    'Declaration
     
    Public Overloads Sub CopyPixels( _
       ByVal rectangleRef As IntPtr, _
       ByVal width As Integer, _
       ByVal height As Integer, _
       ByVal guidDstFormatRef As Nullable(Of Guid), _
       ByVal dstTransform As BitmapTransformOptions, _
       ByVal nStride As Integer, _
       ByVal bufferSize As Integer, _
       ByVal bufferRef As IntPtr _
    ) 
    public void CopyPixels( 
       IntPtr rectangleRef,
       int width,
       int height,
       Nullable<Guid> guidDstFormatRef,
       BitmapTransformOptions dstTransform,
       int nStride,
       int bufferSize,
       IntPtr bufferRef
    )

    Parameters

    rectangleRef
    width
    height
    guidDstFormatRef
    dstTransform
    nStride
    bufferSize
    bufferRef
    See Also